home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 335_03 / as8096.man < prev    next >
Text File  |  1990-12-02  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      AS8096(1L)                  UNIX 5.0                   AS8096(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as8096, as80196 - cross assemblers for microcomputers
  10.  
  11.      SYNOPSIS
  12.           as8096 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  13.           as80196 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  14.  
  15.      DESCRIPTION
  16.           The as8096, as80196 commands assembles the input file into a
  17.           text output file representing the program memory for a
  18.           microcomputer.
  19.  
  20.           Options
  21.  
  22.           -p cpu
  23.                Override the instruction set selection.
  24.                     Valid Values for Cpu
  25.                          8096, 80196
  26.  
  27.           -l listfile
  28.                Output a file formated with the memory address, data,
  29.                and source input lines.
  30.  
  31.           -o hexfile
  32.                Output the memory data image in a form accepted by most
  33.                prom programmers.
  34.  
  35.           -h hexfile
  36.                Same as -o.
  37.  
  38.           -d   Save the intermediate data file (see FILE) and abort
  39.                the execution at the end of processing.
  40.  
  41.           -s symbolfile
  42.                Print the symbol table values and names, one per line
  43.                in the specified file.
  44.  
  45.      FILES
  46.           /usr/tmp/frtXXXXXX
  47.  
  48.      SEE ALSO
  49.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  50.           Appendix for as8096 Frankenstein Assembler (file as8096.doc)
  51.  
  52.      NOTES
  53.           There is only one input file.
  54.  
  55.           The program can select which subset of instructions is
  56.           accepted.  The program first uses the name with which it is
  57.           invoked.  This is scanned for a substring which indicates
  58.           which set to use.  The -p options overrides this selction by
  59.           performing the same substring search.  Finally the input
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      AS8096(1L)                  UNIX 5.0                   AS8096(1L)
  71.  
  72.  
  73.  
  74.           file can select which subset to use with the CPU statement.
  75.  
  76.           There should only be one executable file with all of its
  77.           names linked to it.
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 12/4/90)
  130.  
  131.  
  132.  
  133.